home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Leo / Horoscope Companion: Leo.iso / pc / leo / efc.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  285 b   |  12 lines

  1. on mouseUp
  2.   global gTwoChimesSelected, g1stChimeSprite, g2ndChimeSprite
  3.   cursor(4)
  4.   if gTwoChimesSelected = 1 then
  5.     puppetSprite(g1stChimeSprite, 0)
  6.     puppetSprite(g2ndChimeSprite, 0)
  7.     updateStage()
  8.     set gTwoChimesSelected to 0
  9.   end if
  10.   play frame "hit the chimes"
  11. end
  12.